summaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index e03b0c2..5a30742 100644
--- a/src/main.c
+++ b/src/main.c
@@ -61,6 +61,9 @@ char sc_osdd[] = { /* xml document for opensearch */
char sc_css[] = { /* css */
#include <css.xxd>
};
+unsigned char sc_ico[] = {
+#include <ico.xxd>
+};
char sc_robotstxt[] = "User-Agent: *\nDisallow: /\n";
char sc_securitytxt[] = "# This content information is provided by the developer of this opensource application.\n"
"# The developer is not responsible for the actions of his software\n"